projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cae9d
)
(button): Use color for this face on a tty.
author
Glenn Morris
<rgm@gnu.org>
Mon, 23 Apr 2007 00:36:14 +0000
(
00:36
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 23 Apr 2007 00:36:14 +0000
(
00:36
+0000)
lisp/button.el
patch
|
blob
|
history
diff --git
a/lisp/button.el
b/lisp/button.el
index 423aef5f78f238b6d7a10dbeba6e4545670afa21..20c2c0692e6eb9e4424cb2bbec4938c4b08a0dc2 100644
(file)
--- a/
lisp/button.el
+++ b/
lisp/button.el
@@
-52,7
+52,8
@@
;; Globals
;; Use color for the MS-DOS port because it doesn't support underline.
-(defface button '((((type pc) (class color))
+;; Also for the linux console.
+(defface button '((((type pc tty) (class color))
(:foreground "lightblue"))
(t :underline t))
"Default face used for buttons."